home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / zoomhint.zip / IRQS < prev    next >
Text File  |  1994-01-03  |  3KB  |  53 lines

  1. 12-16-93
  2.                      COMports addresses & IRQs
  3.                            Don Hinds
  4.  
  5.      The  terms  serial port and COMport for all purposes,  mean  the  same
  6. thing.  A  serial port is a COMport built into a computer, onto  which  you
  7. plug  an  external  device.  A modem can be  plugged  into  a  serial  port
  8. (external  modem) and that external modem will have the address/COMport  of
  9. the  card into which it is plugged. An External modem has no way to  change
  10. it's address other than plugging it into another COMport. An internal modem
  11. 'makes'  a  COMport  of  it's own when you plug the  modem  card  into  the
  12. computer  internal  bus. The COMport for which the internal  modem  is  set
  13. depends on jumpers on the modem.
  14.  
  15.      2  devices on a computer CANNOT use the same address. 2 devices  on  a
  16. computer  'may'  use  the same IRQ as long as one does not  have  a  device
  17. driver present. A mouse on COM-1 using IRQ-4 is one example, so COM-3 which
  18. also  uses  IRQ-4 cannot be used for anything because the  driver  for  the
  19. mouse  on  COM 1 is loaded. COMports/serial ports 1, 2, 3 & 4 each  have  a
  20. unique address, but normally share only TWO IRQs between them.
  21.  
  22.      Think  of COMports as single family houses. That means one  house  has
  23. one  address. If there were 2 houses (COMports/serial ports) with the  same
  24. address on the same street (computer bus), then the mail (command) would go
  25. to  the wrong house (port). So each COMport/serial port must have a  unique
  26. address.
  27.  
  28.      Now  an IRQ is something like a telephone party-line. You can  have  2
  29. parties (devices) on one phone line (IRQ). The party (device) who picks  up
  30. the phone can call out. The party (device) who is 'home' (a device like  an
  31. answering  machine  or modem waiting for a call) will answer if  it  rings.
  32. However  if one party (device like a mouse, scanner or network  board)  has
  33. the  phone off the hook (a device driver loaded), the other  party  (device
  34. modem)  cannot  use  the  telephone  (IRQ) even  if  it  is  another  house
  35. (COMport).
  36.  
  37.      So  if you want to use a COMport which normally uses the same  IRQ  as
  38. one  on  which you have a device driver, you must change the IRQ  for  that
  39. port.  In  your  modem  manual it shows how jumpers  may  be  set  to  give
  40. additional  IRQ of 2 or 5. This means you could have 4 unique addresses  1,
  41. 2, 3, & 4, and each could have a unique IRQ 4, 3, 5, or 2. Some VIDEO cards
  42. use the address of COM4 leaving COM3 for use. 386/486 computers use IRQ2 to
  43. access  extended  IRQs  (above 7, sort of  like  call-forwarding).  So  you
  44. usually  are left with one alternate IRQ5 to use with your modem  on  those
  45. computers. Most Serial ports also have jumpers to change address/IRQs.  And
  46. other devices (scanners ect) usually will allow IRQs like 6,7,8 (I am using
  47. IRQ 7 w/hand scanner).
  48.  
  49.                                         Don Hinds - Zoom Tech
  50.  
  51. ##include=c:\text\signa.tif
  52.  
  53.